adTempus API
|
Gets objects for a given class that match specified criteria.
HRESULT GetObjectsOfClassFromCacheWhere(ClassIDEnum cid, IObjectSelector * selector, [out,retval] IADTObjects** objects);
GetObjectsOfClassFromCacheWhere(ClassIDEnum cid, IObjectSelector selector, [out,retval] IADTObjects* objects);
Sub GetObjectsOfClassFromCacheWhere(cid As ClassIDEnum, selector As IObjectSelector, objects As [out,retval] IADTObjects*)
Parameters |
Description |
[in]ClassIDEnum cid |
The CID of the class for which you want to retrieve objects. |
[in] IObjectSelector * selector |
An IObjectSelector object used to filter the objects. |
[out,retval] IADTObjects** objects |
On return, contains a collection of the selected objects. |
GetObjectsOfClassFromCacheWhere is identical to GetObjectsOfClassWhere except that it fills the request from the local cache only--it does not make a call to the server to retrieve objects.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|